-
Re: Maxif Next Date to Review
@Pestomania You would use a MAX(COLLECT()) Combo. So something like this: =MAX(COLLECT([Date]:[Date],[Document Name]:[Document Name],@cell=[Document Name]@row))2 · -
Re: Count Distinct names, multiple columns, on specific dates
@Dominick Vargas My suggestion would be to make a column that combines all 3 fields (cashier restock and delivery). Lets call it All with a formula of: =JOIN(Cashier@row:Delivery@row, CHAR(10)) then …1 · -
Re: Pull value from cell to a new cell, and it won't change even if source value changes
You can add a date column in your team employees sheet that has a formula =TODAY() Then make an automation that copies the rows to the logistics sheet every month on the first1 · -
Re: can i use sumif formula with my criteria referencing a cell in my sheet?
Try this: change to SUMIF to SUMIFS Change = to @cell=1 · -
Re: Formula Help
just change it to: =IF([DocuSign Status]@row = "Sent", "Pending Sig. Approval", "")1 ·